Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix :: build docker image with /bin/sh: pnpm: not found #399

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

up1
Copy link
Contributor

@up1 up1 commented Mar 12, 2024

Fix :: build docker image with /bin/sh: pnpm: not found

# Reference :: https://pnpm.io/docker
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

@AykutSarac AykutSarac self-requested a review March 12, 2024 19:25
@AykutSarac AykutSarac merged commit 946056c into AykutSarac:main Mar 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants